<name>Pylenor</name>
<profession>Gatekeeper</profession>
<faction>Centaurs</faction>
<dialogue>
  <greeting>
    <if><reputation>70</reputation></if>
    <reply>
      <text>He who finds the gate closed, should better be on the right side. But you are, are you not?</text>
      <return>main</return>
    </reply>
    <reply>
      <text>Going in or out?</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <if>
        <key>centaurtojoin</key>
        <key>!centaurjoined</key>
      </if>
      <text>We are looking for a Centaur who is willing to travel with us to Serenity, and maybe visit the famous wine cellar or the ancient temple.</text>
      <npc>
        <reply>
          <text>Alas, I cannot go with you. My duty is clear.</text>
          <return>main</return>
        </reply>
      </npc>
    </option>
    <option>
      <text>What, if I may be so bold to ask, is your duty?</text>
      <npc>
        <reply>
          <text>I am the gatekeeper of Volos. We Centaurs appreciate our relative solitude. 
But these are busy times for me, with those nosy archeologists afoot. We will not let them in, or everyone will want to visit here.</text>
          <return>main</return>
        </reply>
      </npc>
    </option>
    <option>
      <text>We do not really see a gate, friend Pylenor.</text>
      <npc>
        <reply>
          <text>And that is how it should be. The gate, if we choose to close it, is there just fine, but we don't let it be seen. For if you see the gate, you know that something must be  there, right? Remember that.</text>
          <return>main</return>
        </reply>
      </npc>
    </option>
    <option>
      <text>Just wondering, sir.</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>